home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  240 b   |  14 lines

  1. on mouseDown
  2.   set mySprite to the clickOn
  3.   puppetSprite(mySprite, 1)
  4.   set the castNum of sprite mySprite to 0
  5.   updateStage()
  6.   puppetSprite(mySprite, 0)
  7.   updateStage()
  8. end
  9.  
  10. on mouseUp
  11.   go("color")
  12.   set the timeoutScript to EMPTY
  13. end
  14.